summary refs log tree commit diff stats
path: root/tests/generics/tcan_specialise_generic.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/generics/tcan_specialise_generic.nim')
-rw-r--r--tests/generics/tcan_specialise_generic.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/generics/tcan_specialise_generic.nim b/tests/generics/tcan_specialise_generic.nim
index c510910e8..78896db38 100644
--- a/tests/generics/tcan_specialise_generic.nim
+++ b/tests/generics/tcan_specialise_generic.nim
@@ -2,10 +2,9 @@
 ## can_specialise_generic Nim Module
 ##
 ## Created by Eric Doughty-Papassideris on 2011-02-16.
-## Copyright (c) 2011 FWA. All rights reserved.
 
 type
   TGen[T] = object {.inheritable.}
   TSpef = object of TGen[string]
-  
+