X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/c4f2d992e4a0fc068281376d89ec38de56dc2f58..30868bd5a9b2ac3527ac92e63a7fff7c2914339a:/src/set.c diff --git a/src/set.c b/src/set.c index 7c36bb7..75a7a72 100644 --- a/src/set.c +++ b/src/set.c @@ -1,13 +1,13 @@ /* -*-c-*- * - * $Id: set.c,v 1.1 1997/07/21 13:47:44 mdw Exp $ + * $Id: set.c,v 1.2 1997/08/04 10:24:25 mdw Exp $ * * Management of sets (for the use of the class expression handler) * * (c) 1997 EBI */ -/*----- Licencing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of `become' * @@ -22,14 +22,17 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with `become'; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with `become'; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /*----- Revision history --------------------------------------------------* * * $Log: set.c,v $ - * Revision 1.1 1997/07/21 13:47:44 mdw + * Revision 1.2 1997/08/04 10:24:25 mdw + * Sources placed under CVS control. + * + * Revision 1.1 1997/07/21 13:47:44 mdw * Initial revision * */