Revision: 179
Author: maestri.stefano
Date: Sat Apr 17 13:46:54 2010
Log: fixing copyright
http://code.google.com/p/testedby/source/detail?r=179
Modified:
/trunk/src/test/java/it/javalinux/testedby/metadata/StatusMetadataTest.java
/trunk/src/test/java/it/javalinux/testedby/testsupport/factories/MyOwnMetadata.java
/trunk/src/test/java/it/javalinux/testedby/testsupport/factories/MyOwnMetadataFactory.java
/trunk/src/test/java/it/javalinux/testedby/testsupport/factories/NonInstantiableFactory.java
/trunk/src/test/java/it/javalinux/testedby/testsupport/factories/SampleClass.java
=======================================
---
/trunk/src/test/java/it/javalinux/testedby/metadata/StatusMetadataTest.java
Wed Apr 14 09:27:15 2010
+++
/trunk/src/test/java/it/javalinux/testedby/metadata/StatusMetadataTest.java
Sat Apr 17 13:46:54 2010
@@ -1,6 +1,22 @@
/*
- * Unilan S.r.l.
- * Copyright 2008
+ * Stefano Maestri,
javalinuxlabs.org Copyright 2008, and individual
contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
*/
package it.javalinux.testedby.metadata;
=======================================
---
/trunk/src/test/java/it/javalinux/testedby/testsupport/factories/MyOwnMetadata.java
Tue Nov 17 00:43:44 2009
+++
/trunk/src/test/java/it/javalinux/testedby/testsupport/factories/MyOwnMetadata.java
Sat Apr 17 13:46:54 2010
@@ -1,6 +1,22 @@
/*
- * Unilan S.r.l.
- * Copyright 2008
+ * Stefano Maestri,
javalinuxlabs.org Copyright 2008, and individual
contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
*/
package it.javalinux.testedby.testsupport.factories;
=======================================
---
/trunk/src/test/java/it/javalinux/testedby/testsupport/factories/MyOwnMetadataFactory.java
Tue Nov 17 00:43:44 2009
+++
/trunk/src/test/java/it/javalinux/testedby/testsupport/factories/MyOwnMetadataFactory.java
Sat Apr 17 13:46:54 2010
@@ -1,6 +1,22 @@
/*
- * Unilan S.r.l.
- * Copyright 2008
+ * Stefano Maestri,
javalinuxlabs.org Copyright 2008, and individual
contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
*/
package it.javalinux.testedby.testsupport.factories;
=======================================
---
/trunk/src/test/java/it/javalinux/testedby/testsupport/factories/NonInstantiableFactory.java
Tue Nov 17 00:43:44 2009
+++
/trunk/src/test/java/it/javalinux/testedby/testsupport/factories/NonInstantiableFactory.java
Sat Apr 17 13:46:54 2010
@@ -1,6 +1,22 @@
/*
- * Unilan S.r.l.
- * Copyright 2008
+ * Stefano Maestri,
javalinuxlabs.org Copyright 2008, and individual
contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
*/
package it.javalinux.testedby.testsupport.factories;
=======================================
---
/trunk/src/test/java/it/javalinux/testedby/testsupport/factories/SampleClass.java
Tue Nov 17 00:43:44 2009
+++
/trunk/src/test/java/it/javalinux/testedby/testsupport/factories/SampleClass.java
Sat Apr 17 13:46:54 2010
@@ -1,6 +1,22 @@
/*
- * Unilan S.r.l.
- * Copyright 2008
+ * Stefano Maestri,
javalinuxlabs.org Copyright 2008, and individual
contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
*/
package it.javalinux.testedby.testsupport.factories;
--
You received this message because you are subscribed to the Google Groups "testedby-commit" group.
To post to this group, send email to
testedb...@googlegroups.com.
To unsubscribe from this group, send email to
testedby-comm...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/testedby-commit?hl=en.